Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
437 B

DELETE FROM authorised_values WHERE category='NOT_LOAN';
INSERT INTO authorised_values (category, authorised_value, lib) VALUES
('NOT_LOAN','0', ' Для випожичання'),
('NOT_LOAN','-1','Замовлено'),
('NOT_LOAN','1', 'Не для випожичання'),
('NOT_LOAN','2', 'Зібрання працівника бібліотеки'),
('NOT_LOAN','3', 'У зшитку'),
('NOT_LOAN','4', 'Недоступно');